.divCon {
	width: 1200px;
	margin: 0 auto;
}

#Header, #Footer, #Content {
	width: 100%;
}


/*******************************************************************/


/* 头部 */


/* header_One */

#header_One {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #CCCCCC;
}

.header_well {
	height: 32px;
	line-height: 32px;
}

.header_well > span {
	font-size: 12px;
	color: #666666;
}

.header_Collection {
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #666666;
}

.header_Collection > a {
	margin: 0 8px;
	text-decoration: none;
	color: #666666;
}


/* header_Two */

#header_Two {
	width: 100%;
	height: 115px;
}

.header_logo {
	width: 550px;
	height: 115px;
}

.header_phone {
	margin: 0 45px;
	padding-left: 55px;
	width: 245px;
	height: 115px;
	background: url(../images/header_phone.jpg) no-repeat center;
}

.header_phone > p {
	padding-top: 30px;
	font-size: 14px;
	color: #666666;
}

.header_phone h1 {
	font-size: 25px;
	font-weight: bold;
	color: #3066AC;
}

.header_search {
	width: 260px;
	height: 115px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}

.search_con {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.search_box {
	width: 260px;
	height: 31px;
	border-radius: 25px;
	background-color: #F5F5F5;
	position: relative;
	overflow: hidden;
}

input.search_txt {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 20px;
	width: 205px;
	height: 31px;
	background-color: #F5F5F5;
	border: none;
	outline: none;
}

input.search_btn {
	position: absolute;
	width: 35px;
	height: 31px;
	right: 0;
	top: 0;
	border: none;
	outline: none;
	background: #F5F5F5 url(../images/search_btn.png) no-repeat center;
	cursor: pointer;
}

.keywords {
	width: 100%;
	line-height: 25px;
}

.keywords > a {
	margin-right: 10px;
	font-size: 12px;
	color: #909090;
	text-decoration: none;
}


/* header_three */

#header_three {
	width: 100%;
	height: 57px;
	background: url(../images/114.png);
	background-size: 100% 100%;
	border-bottom: 5px solid #f8931f;
}

.header_nav {
	width: 100%;
	height: 57px;
	display: flex;
	justify-content: center;
}

.header_nav > li {
	float: left;
	width: 150px;
	height: 57px;
	text-align: center;
	line-height: 57px;
	transition: 0.5s;
}

.header_nav > li > a {
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}

.header_nav > li.cur {
	background: #f8931f;
}

.header_nav > li:hover {
	background: #f8931f;
}

#PageBanner {
	width: 100%;
	height: 456px;
	background-position: center;
	background-repeat: no-repeat;
}


/*******************************************************************/


/* 底部 */

#Footer_One {
	width: 100%;
	height: 60px;
	background: url(../images/114.png);
	background-size: 100% 100%;
}

.footer_nav {
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 16px;
}

.footer_nav > a {
	margin: 0 40px;
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
}

#Footer_Two {
	width: 100%;
	height: 250px;
	background: #ECEDF1;
}

.footer_logo {
	width: 325px;
	height: 250px;
}

.footer_logo .logo {
	width: 100%;
	height: 166px;
	text-align: left;
	line-height: 166px;
	display: flex;
	align-items: center;
}

.CopyRight {
	padding-right: 35px;
	height: 84px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	overflow: hidden;
}

.footer_contact {
	width: 650px;
	height: 250px;
}

.footer_contact > h1 {
	margin-top: 30px;
	height: 40px;
	font-size: 20px;
	color: #333333;
	line-height: 40px;
}

.footer_contact > h1:after {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background: #F8931F;
}

.footer_contact > ul {
	margin-top: 20px;
	width: 100%;
	height: 160px;
}

.footer_contact > ul > li {
	float: left;
	padding: 0px 30px 0px 45px;
	width: 250px;
	height: 80px;
	overflow: hidden;
}

.footer_contact > ul > li.footer_address {
	background: url(../images/footer_contact1.png) no-repeat center left;
}

.footer_contact > ul > li.footer_phone {
	background: url(../images/footer_contact2.png) no-repeat center left;
}

.footer_contact > ul > li.footer_mailbox {
	background: url(../images/footer_contact3.png) no-repeat center left;
}

.footer_contact > ul > li.footer_fax {
	background: url(../images/footer_contact4.png) no-repeat center left;
}

.footer_contact > ul > li > p {
	margin-top: 18px;
	font-size: 14px;
	color: #333333;
}

.footer_contact > ul > li > span {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.footer_code {
	margin-top: 100px;
	width: 218px;
	height: 131px;
	background: url(../images/footer_code.jpg) no-repeat center;
}

.footer_code > img {
	float: right;
	margin: 17px 20px;
}

#Footer_Three {
	width: 100%;
	height: 60px;
	background: #DBDEE3;
	line-height: 60px;
	overflow: hidden;
}

#Footer_Three p {
	float: left;
	width: 180px;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

#Footer_Three p > span {
	font-weight: normal;
	font-size: 16px;
	color: #666666;
}

#Footer_Three a {
	margin-right: 60px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}


/*******************************************************************/


/* 内容 */

.mod_title {
	width: 100%;
	text-align: center;
}

.mod_title > h1 {
	font-size: 32px;
	color: #333;
	font-weight: normal;
}

.mod_title > h2 {
	height: 60px;
	display: inline-block;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	line-height: 60px;
	position: relative;
}

.mod_title > h2::before {
	content: "";
	position: absolute;
	left: -80px;
	width: 58px;
	height: 60px;
	background: url(../images/mod_left1.png) no-repeat center;
}

.mod_title > h2::after {
	content: "";
	position: absolute;
	right: -80px;
	width: 58px;
	height: 60px;
	background: url(../images/mod_right1.png) no-repeat center;
}

.mod_content {
	width: 100%;
}

.mod_content:after {
	content: "";
	display: block;
	clear: both;
}


/* 轮播大图 */

#Carousel {
	width: 100%;
	height: 500px;
}


/* 产品中心 */

#Products {
	padding: 55px 0;
	width: 100%;
}

#Products .products_nav {
	padding: 30px 0;
	width: 100%;
	text-align: center;
}

#Products .products_nav > li {
	display: inline-block;
	margin: 0 10px;
	padding: 0 25px;
	height: 47px;
	background: #ecedf1;
	border-radius: 10px;
	line-height: 47px;
	transition: 0.5s;
}

#Products .products_nav > li > a {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	transition: 0.5s;
}

#Products .products_nav > li:hover {
	background-color: #3066AC;
	box-shadow: 0px 0px 10px rgba(1, 168, 61, 0.4);
}

#Products .products_nav > li:hover a {
	color: #FFFFFF;
}

#Products .products_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#Products .products_list > li:nth-child(3n) {
	margin-right: 0;
}

#Products .products_list > li {
	float: left;
	margin: 12px 24px 12px 0px;
	width: 384px;
	height: 260px;
	background: #ecedf1;
	transition: 0.5s;
}

#Products .products_list > li > .IMG {
	width: 100%;
	height: 217px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

#Products .products_list > li > .IMG img {
	width: auto;
	height: 200px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.5s;
}

#Products .products_list > li > a {
	display: block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	text-decoration: none;
}

#Products .products_list > li > a > p {
	float: left;
	margin-left: 15px;
	font-size: 14px;
	color: #333333;
	position: relative;
	transition: 0.5s;
}

#Products .products_list > li > a > p:after {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #ecedf1;
	transition: 0.5s;
}

#Products .products_list > li > a > span {
	float: right;
	margin-top: 13px;
	margin-right: 28px;
	width: 18px;
	height: 18px;
	background: url(../images/pro_right1.png) no-repeat center;
	transition: 0.5s;
}

#Products .products_list > li:hover {
	background: #3066AC;
}

#Products .products_list > li:hover .IMG img {
	transform: scale(1.1, 1.1);
}

#Products .products_list > li:hover p {
	color: #FFFFFF;
}

#Products .products_list > li:hover p:after {
	bottom: 7px;
	background: #FFFFFF;
}

#Products .products_list > li:hover span {
	background: url(../images/pro_right2.png) no-repeat center;
}


/* 四大优势 */

#Advantage {
	width: 100%;
	background: url(../images/AdvantageBG.png) no-repeat center bottom;
}

#Advantage .mod_content {
	width: 100%;
	height: 740px;
}

.adv_nav {
	padding-top: 20px;
	width: 235px;
	height: 720px;
	background: #3066AC;
}

.adv_nav > li {
	margin: 0 auto;
	width: 170px;
	height: 125px;
	color: #FFFFFF;
	line-height: 125px;
	background: url(../images/adv_nav.jpg) no-repeat center bottom;
	cursor: pointer;
}

.adv_nav > li > span {
	float: left;
	margin-left: 12px;
	font-size: 32px;
	font-weight: bold;
}

.adv_nav > li > p {
	float: left;
	margin-left: 10px;
	font-size: 22px;
}

.adv_nav > li.tabon:after {
	content: "";
	float: right;
	margin-top: 54px;
	width: 10px;
	height: 19px;
	background: url(../images/adv_nav_a.png) no-repeat center;
}

.adv_img {
	width: 965px;
	height: 140px;
	background: url(../images/adv_img.jpg) no-repeat center;
}

.adv_img > div {
	float: left;
	width: 321.5px;
	height: 140px;
	text-align: center;
}

.adv_img > div > h1 {
	padding-top: 25px;
	font-weight: normal;
	color: #333333;
	font-size: 14px;
}

.adv_img > div > h1 > i {
	margin-right: 10px;
	font-style: normal;
	font-size: 48px;
}

.adv_img > div > p {
	font-size: 14px;
	color: #333333;
}

.adv_list {
	float: right;
	width: 965px;
	height: 600px;
	position: relative;
}

.adv_list_txt {
	position: absolute;
	width: 1200px;
	height: 202px;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.74);
}

.adv_list_txt > div {
	float: left;
	width: 235px;
	height: 202px;
}

.adv_list_txt > div > i {
	display: inline-block;
	margin: 50px 0px 0px 70px;
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}

.adv_list_txt > div > em {
	display: inline-block;
	margin: 40px 0px 0px 15px;
	font-size: 20px;
	color: #FFFFFF;
}

.adv_list_txt > div > img {
	display: inline-block;
	margin: 20px 0px 0px 70px;
}

.adv_list_txt > h1 {
	float: left;
	padding: 45px 0px 10px 65px;
	width: 900px;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: normal;
}

.adv_list_txt > p {
	float: left;
	padding-left: 65px;
	width: 900px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 27px;
}


/* Patent */

#Patent {
	padding: 60px 0;
	width: 100%;
	height: 782px;
	background: url(../images/Patent.jpg) no-repeat center;
}

.honor_list {
	padding: 25px 0;
	width: 800px;
	height: 240px;
	position: relative;
}

#honor_left {
	position: absolute;
	left: 0;
	top: 95px;
	width: 23px;
	height: 41px;
	background: url(../images/honor_left1.png) no-repeat center;
	cursor: pointer;
	transition: 0.5s;
}

#honor_right {
	position: absolute;
	right: 0;
	top: 95px;
	width: 23px;
	height: 41px;
	background: url(../images/honor_right1.png) no-repeat center;
	cursor: pointer;
	transition: 0.5s;
}

#honor_left:hover {
	background: url(../images/honor_left2.png) no-repeat center;
}

#honor_right:hover {
	background: url(../images/honor_right2.png) no-repeat center;
}

#indexHonor {
	margin: 0 auto;
	width: 680px;
	height: 240px;
}

#indexHonor li {
	float: left;
	margin-right: 24px;
	width: 152px;
	height: 240px;
}

#indexHonor li .IMG {
	width: 146px;
	height: 190px;
	border: 3px solid #D4D4D4;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#indexHonor li .IMG img {
	max-width: 100%;
	transition: 0.5s;
}

#indexHonor li .TXT {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	overflow: hidden;
}

#indexHonor li .TXT a {
	text-decoration: none;
	font-size: 14px;
	color: #333333;
}

#indexHonor li:hover .IMG img {
	transform: scale(1.2, 1.2);
}

.patent_list {
	width: 100%;
	height: 361px;
}

.patent_list > li {
	float: left;
	width: 300px;
	height: 361px;
}



.patent_list > li > div {
	float: left;
	width: 300px;
	height: 361px;
	background: rgba(0, 0, 0, 0.5);
	transition: 0.5s;
}

.patent_list > li > div > img {
	display: block;
	padding: 70px 0px 20px 0px;
	margin: 0 auto;
}

.patent_list > li > div > span {
	display: block;
	margin: 0 auto;
	width: 25px;
	height: 1px;
	background: #FFFFFF;
}

.patent_list > li > div > h1 {
	font-weight: normal;
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 65px;
}

.patent_list > li > div > p {
	padding: 0 35px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}

.patent_list > li:hover > div {
	background: rgba(48, 102, 172, 0.8);
}


/* 关于我们 */

#AboutUs {
	padding: 70px 0;
	width: 100%;
	background: url(../images/AboutUs.jpg) no-repeat center top;
}

.Introduction {
	margin: 35px 0;
	width: 1200px;
	height: 640px;
	background: #ecedf1;
}

.Introduction > .IMG {
	width: 1190px;
	height: 421px;
	border: 5px solid #FFFFFF;
}

.Introduction > .title {
	padding-top: 40px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #3066AC;
}

.Introduction > .Details {
	margin: 20px auto;
	width: 890px;
	height: 90px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
}

.Introduction > .Details > a.more {
	text-decoration: none;
	color: #3066AC;
}

.Factory_nav {
	width: 100%;
	height: 49px;
	text-align: center;
}

.Factory_nav > a {
	margin: 0 20px;
	display: inline-block;
	width: 141px;
	height: 49px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.Factory_nav > a.tabon {
	background: url(../images/Factory_nav2.png) no-repeat center;
}

.Factory_nav > a.taboff {
	background: url(../images/Factory_nav1.png) no-repeat center top;
}

.Factory_list {
	margin-top: 40px;
	width: 100%;
	height: 175px;
}

.Factory_list ul {
	width: 100%;
	height: 175px;
}

.Factory_list ul li {
	float: left;
	width: 260px;
	height: 175px;
}
.Factory_list ul li img {
    width: auto;
	height: 100%;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
}


/* 公司结构 */

#Structure {
	width: 100%;
	height: 654px;
	background: url(../images/Structure.jpg) no-repeat center;
}

#Structure .mod_content {
	padding: 30px 0;
}


/* 新闻动态 */

#Dynamic {
	padding: 70px 0;
	width: 100%;
	background: #F9F9F9;
}

#Dynamic .mod_content {
	padding-top: 20px;
}

.news {
	width: 794px;
	height: 540px;
}

.news_nav {
	width: 100%;
	height: 60px;
	background: #3066AC;
}

.news_nav > li {
	float: left;
	width: 160px;
	height: 60px;
	line-height: 60px;
}

.news_nav > li > a {
	text-decoration: none;
	font-size: 20px;
	color: #FFFFFF;
}

.news_nav > li > img {
	float: left;
	margin: 18px 15px;
	display: block;
}

.news_nav > li.tabon {
	background: #2A5BA0;
}

.news_nav > li.tabon > a {
	font-weight: bold;
}

.news_nav > .more {
	float: right;
	display: block;
	margin: 15px;
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}

.news_list {
	width: 790px;
	height: 478px;
	border-left: 2px solid #D5D3D3;
	border-bottom: 2px solid #D5D3D3;
	border-right: 2px solid #D5D3D3;
}

.news_list > ul {
	padding: 30px;
	width: 730px;
	height: 418px;
}

.news_list > ul > li.frist {
	margin-bottom: 15px;
	width: 100%;
	height: 202px;
}

.news_list > ul > li.frist .IMG {
	float: left;
	width: 294px;
	height: 202px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.news_list > ul > li.frist .IMG img {
	max-width: 100%;
	transition: 0.5s;
}

.news_list > ul > li.frist .IMG:hover img {
	transform: scale(1.2, 1.2);
}

.news_list > ul > li.frist .TXT {
	float: right;
	padding: 16px 0;
	width: 415px;
	height: 170px;
}

.news_list > ul > li.frist .TXT .title {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}

.news_list > ul > li.frist .TXT .description {
	margin: 10px 0;
	width: 100%;
	height: 100px;
	line-height: 25px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
}

.news_list > ul > li.frist .TXT .more {
	display: inline-block;
	padding: 5px 20px;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}

.news_list > ul > li.other {
	width: 100%;
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #CCCCCC;
	background: url(../images/other.png) no-repeat center left;
}

.news_list > ul > li.other > a {
	text-decoration: none;
	float: left;
	margin-left: 15px;
	font-size: 14px;
	color: #666666;
}

.news_list > ul > li.other > span {
	float: right;
	font-size: 14px;
	color: #666666;
}

.problem {
	padding: 0 25px;
	width: 320px;
	height: 532px;
	border: 4px solid #CCCCCC;
}

.problem_tit {
	width: 100%;
	height: 55px;
	background: url(../images/problem_tit.png) no-repeat center bottom;
}

.problem_tit > h1 {
	float: left;
	padding-left: 50px;
	line-height: 55px;
	font-size: 20px;
	color: #3066AC;
}

.problem_tit > .more {
	float: right;
	display: block;
	margin: 11px 0;
	padding: 5px;
	text-decoration: none;
	color: #CCCCCC;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.problem > img {
    display: block;
    margin: 25px auto;
    width: 315px;
    height: auto;
}

.problem_list {
	width: 100%;
	height: 230px;
}

.problem_list ul li {
	padding-top: 20px;
	width: 100%;
	border-bottom: 1px dashed #CCCCCC;
	background: url(../images/problem_list.png) no-repeat left top 20px;
}

.problem_list ul li a {
	text-decoration: none;
}

.problem_list ul li .title {
	padding-left: 40px;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 23px;
}

.problem_list ul li .description {
	margin-top: 3px;
	padding-left: 40px;
	font-size: 14px;
	color: #666666;
	line-height: 23px;
}

a.prev{
	float: left;
	width: 50px;
	height: 50px;
	line-height: 45px;
	color: #fff;
	border-radius: 50%;
	font-size: 32px;
	background: #000;
	opacity: 0.5;
	position: relative;
	transform: translateY(200%);
}
a.next{
	float: right;
	width: 50px;
	height: 50px;
	line-height: 45px;
	color: #fff;
	border-radius: 50%;
	font-size: 32px;
	background: #000;
	opacity: 0.5;
	position: relative;
	transform: translateY(200%);
}
a.prev:hover,.next:hover{
	text-decoration: none;
}
#wenchuan{
	height: 280px;
	overflow: hidden;
}